- Russia, Moscow
-
-
This small library adds `SharedContentManager` and `RefCountedContentManager` classes to Monogame. They do what their names imply.
C# Other UpdatedOct 13, 2022 -
-
-
ConsoleBackEnd Public
Back-end for a simple game console. Or anything that needs to execute functions via text input from user.
C# MIT License UpdatedJun 22, 2022 -
evpkdf Public
Forked from PoiScript/evpkdfRust implementation of OpenSSL EVP_bytesToKey function.
Rust MIT License UpdatedMay 26, 2022 -
stabilkon Public
Mesh builder for tile maps using using texture atlases
Rust MIT License UpdatedDec 11, 2021 -
MonoBMFont Public
Quick and not-so-dirty Monogame BMFont (http://www.angelcode.com/products/bmfont/) support
-
-
plainspritesheetanimation Public
Plain sprite sheet animation library is a barebone library for a sprite sheet 2D animation support. It manages all information needed to draw a frame to screen; how exactly it is drawn is up to user.
C# Other UpdatedSep 25, 2017 -
play-phonebook Public
Scala Play framework learning project — a basic phonebook.
Scala MIT License UpdatedJul 29, 2017 -
dades Public
Simple managed reader for a DDS format, created with both DirectX and OpenGL in mind.
-
scado Public
Batch file downloader with multithreading and speed limit, done as a Scala learning project
Scala MIT License UpdatedJun 15, 2017 -
essentions Public
Personal extension methods and few utility classes which accumulated over the years.
C# MIT License UpdatedFeb 17, 2017 -
vipare Public
vipare is a simple command-line utility used to export pages from Visio diagrams.
-
natural20 Public
D&D-inspired dice roller which aims to make random-based mechanics clearer for random-heavy projects like certain RPGs and roguelikes. Also, it is one of the most hilariously over-designed dice rol…
-
pmaconv Public
pmaconv is a simple command-line utility used to change images with non-premultiplied alpha into premultiplied alpha format, and vice versa.
C# Other UpdatedOct 18, 2015 -
arcomp Public
arcomp is a simple command-line utility used to compare archives or show their contents. It uses parsed 7-Zip output, and is designed mainly as a showcase for underlying library.
C# Other UpdatedOct 18, 2015 -
GameGeometry2D Public
It is a fork of a part of 'Physics2D.Net' library (code.google.com/p/physics2d/) responsible for 2D geometry. Reworked to use MonoGame vectors and matrices, with new functionality as well; intersec…