Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

phreda

4
Posts
1
Topics
2
Followers
10
Following
A member registered Aug 01, 2023 · View creator page →

Creator of

Recent community posts

I finish my scene implementation, now can draw a scene complete with one draw call.

The previous error continue, not is the thickness because I fill the gaps between layer for mimic voxel rendering, really no gaps between layer now. but to certain ange the texture don't draw the borders complete. pehaps in opengl this not happen.

I try to advance in lighting, I read you code but not know about gm, I see you add normal information to the vertex..How work the illumination? You can say what file I need to read to see this? 

Thank's a lot Gizmo199 ! 

I continue try. My implementation is open source too but no GM related.

Current implementation is in https://github.com/phreda4/r3/blob/main/r3/dev/spritestackesc.r3

First, thank's for you work!

I try to implement sprite stacking in my lang (forth related), I can use opengl but for now I use sdl_rendergeometry for write the sprite layers (perhaps this is the problem, I don't know).

when the camera is near the floor, the layers are almost flat, then the borders of texure are not correct.

Have you ever faced that problem?

Nice sprites!, I use for test a ray casting engine..thanks!