[solved] SharpDX: Draw a simple triangle using drawindexed() [help, please]
I got stuck to draw a triangle using an index and DrawIndexed(), the triangle is not drawn. The windows just renders the blue background. While looking at other tutorials I think I did everything...
View ArticleWhat Math Do I need to brush up on?
Hi, guys new to gamedev. I'm going to be (hopefully) attending full sail in a couple of months so I was just wondering what math would I need to know so I can feel a little more confident about...
View ArticleTome of Heroes - A real-time, player vs player mobile game
Hi there, Through my research online I've read that this is the place to be if you want to share your game so here I am. I've always been passionate about fantasy mmo-like player versus player games...
View ArticleTome of Heroes - A real-time, player vs player mobile game
Hi there, Through my research online I've read that this is the place to be if you want to share your game so here I am. I've always been passionate about fantasy mmo-like player versus player games...
View ArticleTome of Heroes - A real-time, player vs player mobile game
Hi there, Through my research online I've read that this is the place to be if you want to share your game so here I am. I've always been passionate about fantasy mmo-like player versus player games...
View Article[iOS] [Android] Lost Forest TD - Free Offline Tower Defense Game
Hi guys, I'm excited to announce the release of my very first indie game Lost Forest TD. This project is a "one man show" and so far I've been personally responsible for each and every phase of the...
View ArticleBlend Mode in SDL
What is the Blend Mode in SDL and explains each mode such as SDL_BLENDMODE_BLEND, help me!!!
View ArticleServer state synchronization and input handling
Hello Game Dev! Sorry if I'm beating a dead horse with this thread, but I'm making a fast paced action networked game, and I'm having trouble wrapping my head around some things. Namely, how should the...
View ArticleOriginal composition - five hours' work
So in my efforts to see if I can produce something speedily, I spent about five hours this afternoon working on this piece from scratch. It's about 53 seconds and loops once in this track (to...
View ArticleWhich approach would be best for checking if an inventory is full in Python?
Here are 3 versions of a method from my inventory class that adds an item to the given inventory (or increases the items quantity). From a Python perspective, which approach would be best? Each method...
View ArticleMasterThesis
I hope I'm in the right forum for this. If not just delete this. I'm looking for Unity developers who are willing to test three different approaches of a quasi volumetric fluid simulation, which is...
View ArticleWhat is a Thread of Execution? (C#)
So I was going through Microsoft Virtual Academy C# Fundamental by Bob Tabor and during a video, he said something about the thread of execution leaving the scope and reducing the reference count. What...
View ArticleJava Server Q&A
Hi guys, So I made this thread to deal with my server problems! First thing's first, in this guy's server code he has the following do{//Start a do while loop while run is true Socket newConnection =...
View ArticleProblem with enum and binary or operator
Why wont this code compile? How do i get this to compile (VC++ 2015)? typedef enum fpl_InitFlag { fpl_InitFlag_None = 0, fpl_InitFlag_Window = 1 << 0, fpl_InitFlag_VideoOpenGL = 1 << 1, }...
View Article7 ways to avoid burnout
Burn-out, in shortest possible, is a state of physical and mental exhaustion. Is is caused by too much work and stress, and not enough rest and sleep. It can lead to severe health problems, with the...
View ArticleApp Development Nowdays
Mobile Programs are considered to be the most complete package an Enterprise actively seeks as through Programs they can reach new audience plus fortify their current Company somewhat. It is no longer...
View ArticleI Am Overburdened, quality over quantity
Hi there! Where was I for a month again and what’s up with the title?! Many friends already asked this and other difficult questions like “I planned to finish this game in 4 months and I’ve been...
View ArticlePorting to DX12
Hey guys, I started working on a port from dx11 to dx12. The first thing, was to setup everything to work with Dx11On12. Right now I've got that done. Basically, the render frame goes as follows:...
View ArticlePhenomenal Web DynamiteMan !
Hello everyone, we created a fantastic web browser game named DynamiteMan during the last semester in our university FH Lübeck. The game is quite similar to the classic game Bomberman, where you place...
View ArticleMobile Game Reviews: Let's Talk Eternium Mage and Minions
In this daily blog (and video)-series I take a first impressions look at the best mobile games that I come by. Be sure to share your favorite mobile game with the rest of us in the comments below! Some...
View Article