top of page
Search


My Netcode System
Download Netcode System: Network System Demo: See the Game I made with this System: https://www.reynosorobertov.com/post/online-multiplay...
reynosorobertov
Nov 25, 202410 min read
54 views
0 comments
Starting My Online Multiplayer System
This week overall I didn’t have too much time to work on the actual code for my system, though I was able to get a better idea of how I...
reynosorobertov
Nov 1, 20243 min read
1 view
0 comments


Writing my Mesh Files to Binary and Extracting the Binary Data
Here is a screen shot of my game running. Here is the screen shot of my binary geometry file that is built by my MeshBuilder, I also put...
reynosorobertov
Oct 25, 20243 min read
8 views
0 comments
Building a Maya Plug-in for use in my game engine
Downloads For Direct3D and OpenGL: Here are screenshots and gifs of my game running with three meshes built with Maya and showing off the...
reynosorobertov
Oct 18, 20242 min read
6 views
0 comments


Mesh Builder and using Lua to create Human Readable Mesh Files
There are several benefits to making the mesh files human-readable. First, simplifies debugging asset related issues in the project....
reynosorobertov
Oct 4, 20242 min read
8 views
0 comments
Implementation of Movement, Camera, Platform-Independent Shaders, Draw Call Constant Buffer, and Renderable Objects.
Here are the Downloads for Version 5 for this Project: Controls: Move Player Object keys (w, a, s, d), Move Camera Object keys (arrow...
reynosorobertov
Sep 27, 20242 min read
4 views
0 comments
Reference Counting, Submitting Graphics Data, and Responding to Input
Example Downloads Version 4: Here are three screen shots of my game currently running, one is in its default state, one having one mesh...
reynosorobertov
Sep 21, 20242 min read
6 views
0 comments
Platform Indecency to Implementing the Use of Index Buffers to Making it Easier to Create Meshes with Effects.
Current Implementation Downloads: Currently in my implementation to show two distinct objects visually with two different shaders hasn’t...
reynosorobertov
Sep 13, 20242 min read
4 views
0 comments
Separating Specific Systems from my Graphics Class, so it isn’t doing everything related to Graphics
Download Example Output for OpenGL and Direct3D After looking over the Graphics.d3d.cpp and Graphics.gl.cpp files, we can see that...
reynosorobertov
Sep 6, 20243 min read
15 views
0 comments
Setting Up Graphics Library, New Games, and Shader Changes in a Personal 3D Game Engine
Download Example Output for OpenGL and Direct3D My process in setting up my Graphics library, for setting up having new games, and...
reynosorobertov
Sep 6, 20244 min read
17 views
0 comments
bottom of page