Menta game engine
  • C 91.3%
  • C++ 8.4%
  • Shell 0.2%
  • Makefile 0.1%
Find a file
2026-04-03 16:48:13 +00:00
bin cleanup 2026-03-29 17:12:44 +00:00
pl made ui_button() return 2 on right click 2026-02-23 11:52:13 +00:00
stb texture painter and more ui 2026-02-22 15:19:54 +00:00
tools updated Pittera 2026-03-23 11:03:15 +00:00
.gitignore Pittera: file names and alpha locking work now 2026-04-03 06:11:52 +00:00
cmath.h made ui_button() return 2 on right click 2026-02-23 11:52:13 +00:00
helper.cc made ui_button() return 2 on right click 2026-02-23 11:52:13 +00:00
hue_gradient.h updated Pittera 2026-03-23 11:03:15 +00:00
img_dumper.c ported source code viewer 2026-03-25 03:24:21 +00:00
LICENSE added right aligned text rendering and added license 2026-02-22 10:44:47 +00:00
main.cc Pittera: file names and alpha locking work now 2026-04-03 06:11:52 +00:00
Makefile Pittera pen pressure modifier 2026-04-03 16:48:13 +00:00
Makefile.microslop_windows microslop 32 bit 2026-04-03 06:16:09 +00:00
malloc.cc fixes 2026-03-29 15:31:27 +00:00
mdlangelo.cc general cleanup 2026-04-02 14:00:01 +00:00
menta.h Pittera pen pressure modifier 2026-04-03 16:48:13 +00:00
miniaudio.h init 2026-02-22 08:55:12 +00:00
monogram.h updated Pittera 2026-03-23 11:03:15 +00:00
ng.h updated Pittera 2026-03-23 11:03:15 +00:00
ngfont.h updated Pittera 2026-03-23 11:03:15 +00:00
pittera.cc Pittera pen pressure modifier 2026-04-03 16:48:13 +00:00
README.md texture painter and more ui 2026-02-22 15:19:54 +00:00
sat_val.h updated Pittera 2026-03-23 11:03:15 +00:00
snd.cc texture painter and more ui 2026-02-22 15:19:54 +00:00
srcview.cc ehh 2026-04-02 14:42:30 +00:00
srcview_generate.sh ported source code viewer 2026-03-25 03:24:21 +00:00
stb_image.h updated Pittera 2026-03-23 11:03:15 +00:00
ui.cc Pittera: file names and alpha locking work now 2026-04-03 06:11:52 +00:00
wnd_sdl2.cc Pittera pen pressure modifier 2026-04-03 16:48:13 +00:00

Menta game engine

wip game engine for all my future shitty games

Features

  • integer software rendering
  • texture painter (wip)

Planned features

  • 3d modeler
  • music/sound effects editor
  • codeblocks
  • interpreter and (and maybe x86-64 and aarch64 dynamic recompiler)

Building

touch emcc_path.mk
make all

Dependencies

  • SDL2

Libraries used