Render 2D text for screen
Hello! I am making a small font engine for draw statistics on screen. My example:My system is worked so: I create dynamic vertex buffer with size float3 (position) x float2 (uv coordinates) x 1000...
View ArticleSome ideas about a non-violence based game
Good afternoon everyone! I am rather new to this forum, so please do not punish me too harshly for posting this in the wrong forum section Once upon a time (in 2015) I've got an idea to create a...
View ArticleRecreating Noita's "Falling Sand" Simulation in C and OpenGL
@font-face{font-family:'Roboto';font-style:italic;font-weight:500;src:local('Roboto Medium...
View ArticleGraphics Programming weekly - Issue 129 — April 26, 2020
flowchart for descriptor set setup in Vulkana flowchart that provides an overview of the descriptor set binding logic of the Vulkan API wayback-archive CUSTOM GAME ENGINES: A Small Studylist of games...
View ArticleProject escapes(Day 1)
Hi all,6 years ago i posted my last entry here on this site. Looking back at those 6 years we haven't done much except for raising the kids and work in general.But now we have more time and a nice...
View ArticleFury Crystal
Fury Crytsal is in a very early stage of development and doesn't have that much to offer yet. The game has an editor on wich a map can be created and played.
View ArticleTrying to export binary models from a DX9 game
I am trying to build a tool to export and import binary models from an old DX9 game. The models are packed in a single file and I have managed to extract the relevant parts in hexadecimal.By analyzing...
View ArticleHorizon Jailbreak Casual Game & Cute Unlockable Characters --FREE PROMO...
Horizon Jailbreak A simple casual funny game available for Android on Google Play.Horizon Jailbreak has 30 cute characters ,a leaderboard ,achievement system and gif sharing. Let's compete with your...
View ArticleNightRose Dev Blog #1
Hello! This is the first dev blog for my turn-based RPG, NightRose. NightRose is a retro-inspired game with nostalgic pixel graphics and funny, lovable characters. I began working on this project in...
View ArticleLooking for level designer : 3d RPG Fantasy game
**PLEASE READ BEFORE SEND E-MAIL TO US**Looking for level designerMemory Trees : RPG Fantasy simulation game(if you have experience make map with 3d rpg game like Rune Factory or Atelier series)Looking...
View ArticleOgre 2.1 Officially Released
Ogre 2.1 has been made officially available. The new release of the open source rendering engine includes:HLMS - high level material system to generate shaders automaticallyPhysically Based ShadingNew,...
View ArticleDear imgui and GLFW
I'm setting up a new project that uses GLFW and Dear imgui. When I move my mouse over the GUI window it still passes along mouse events to the main window.Is there a way to tell it to not pass the...
View ArticleHow was Valve able to sell CS that was made with GoldSrc Engine which is a...
Hello togheterSo to explain a bit more me question: I know that if you use GPL Software or components your software also needs to be published under GPL. And this states that the price must just be so...
View ArticleglDrawPixels alternative
So my code relying on glDrawPixels breaks when using GLFW. What is the best alternative? I'm basically wanting to read the framebuffer, make some changes to it, then write back to the framebuffer.
View Articleusing a vectror to shoot a bullet
I am able to draw a bullet at the front of the cannon of my tank sprite. I want the bullet to shoot at the enemy tank in a parabolic arc. I have drawn two tanks that move horizontally along a grassy...
View ArticleStrategies and learnings for managing remote work
Managing a fully remote team has been very interesting over this past month. Before this, typically my day would consist of going into the office, coordinating with people face to face communication,...
View ArticleIn search of ShaderX 5 CD
Somewhere along the line the CD to my copy of ShaderX5 went missing (almost certainly loaned out at some point and not returned). Yes, the book is somewhat ancient in GFX terms, but there are a few...
View ArticleUsing enum in include file gives ERR Name conflict [] is a named type
< SOLVED >My host program searches the script directory for any scripts, and automatically includes them as a module.The enum.h is in the same directory as the script - and the script is also...
View Article