All Projects → lofcz → Simplexrpgengine

lofcz / Simplexrpgengine

Licence: other
Modular game engine built with MonoGame, with GMS2-like workflow and advanced level editor

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Simplexrpgengine

Lamiae
Lamiae - A Most Prestigious RPG Engine/Simulator derived from Cube 2 (Sauerbraten) and friends
Stars: ✭ 57 (-53.28%)
Mutual labels:  game, game-engine, engine, rpg
Magicallife
A 2d game that aspires to be similar to Rimworld, with more depth, magic, and RPG concepts.
Stars: ✭ 145 (+18.85%)
Mutual labels:  game, rpg, monogame, xna
Opendiablo2
An open source re-implementation of Diablo 2
Stars: ✭ 10,057 (+8143.44%)
Mutual labels:  game, game-engine, engine, games
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+436.89%)
Mutual labels:  game, game-engine, games, rpg
Protogame
This project has been sunset as of 1st Jan 2018 and is no longer supported or maintained
Stars: ✭ 166 (+36.07%)
Mutual labels:  game, game-engine, engine, monogame
Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+1583.61%)
Mutual labels:  game, game-engine, engine
Coffee
An opinionated 2D game engine for Rust
Stars: ✭ 771 (+531.97%)
Mutual labels:  game, game-engine, engine
Corona
Solar2D Game Engine main repository (ex Corona SDK)
Stars: ✭ 1,679 (+1276.23%)
Mutual labels:  game, game-engine, engine
Pixelvision8
Pixel Vision 8's core philosophy is to teach retro game development with streamlined workflows. PV8 is also a platform that standardizes 8-bit fantasy console limitations built on top of the open-source C# game engine based on MonoGame.
Stars: ✭ 773 (+533.61%)
Mutual labels:  game-engine, games, monogame
Korge
KorGE Game Engine. Multiplatform Kotlin Game Engine
Stars: ✭ 780 (+539.34%)
Mutual labels:  game, game-engine, engine
Monogame
One framework for creating powerful cross-platform games.
Stars: ✭ 8,014 (+6468.85%)
Mutual labels:  game-engine, monogame, xna
Gainput
Cross-platform C++ input library supporting gamepads, keyboard, mouse, touch
Stars: ✭ 636 (+421.31%)
Mutual labels:  game-engine, engine, games
Quadplay
The quadplay✜ fantasy console
Stars: ✭ 563 (+361.48%)
Mutual labels:  game, game-engine, games
Dwarfcorp
An open-source 3D colony management game for PC, Mac and Linux
Stars: ✭ 460 (+277.05%)
Mutual labels:  game, game-engine, xna
Novelrt
A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
Stars: ✭ 81 (-33.61%)
Mutual labels:  game, game-engine, engine
Openviii Monogame
Open source Final Fantasy VIII engine implementation in C# working on Windows and Linux (Android and iOS planned too!) [Monogame]
Stars: ✭ 424 (+247.54%)
Mutual labels:  game, engine, monogame
Hellspawner
The OpenDiablo2 toolset
Stars: ✭ 69 (-43.44%)
Mutual labels:  game, game-engine, engine
Starruler2 Source
4X Space Strategy game Star Ruler 2's open source distribution.
Stars: ✭ 1,267 (+938.52%)
Mutual labels:  game, game-engine, engine
Game
⚔️ An online JavaScript 2D Medieval RPG.
Stars: ✭ 388 (+218.03%)
Mutual labels:  game, game-engine, rpg
Kengine
Entity-Component-System (ECS) with a focus on ease-of-use, runtime extensibility and compile-time type safety and clarity.
Stars: ✭ 417 (+241.8%)
Mutual labels:  game, game-engine, engine



Awards selection

Contesting project on Intel ISEF 2018 - US, Pittsbourgh and EUCYS 2018 - Ireland, Dublin. Winning project of national SPA 2018 competition (category engineering), awared for scientifical value by ČVUT/FEL, multiple times awarded as best student project by region of Liberec, Czech Republic.

Why Simplex Engine 3

Ever worked with GameMaker: Studio? Simplex is aiming to provide a modern, modular, GM:S like environment. Define objects, override events, assign actions, place instances into the room editor. You know the drill. We are taking this intuitive workflow to the next level. Learn how.

Unique value

Room editor runs in 60 fps and all objects are equipped with an additional set of in-editor events. That means you can do anything right in the room editor. From simple stuff like changing ImageIndex on runtime to physical simulation. Anything, rendered via DirectX12, 3D accelerated.

SGML aka GML++

Do you like Game Maker's scripting language as much as we do? So simple to use, right? We are taking GML where noone before - function by function we've implemented almost entire GML into C#, improving each and every function where possible. Ever wondered why draw_rectangle has no angle argument, why instance_find don't accept a predicate or why you can't set shape nor opacity of the game window? Use modern C# constructs and simple GML actions side by side.

All the editors you are used to

Manage all your resources easily with our code, sprites, audio and room editor. Modern looking, dark themed, multi-display aware, ready for 8k forms. Several times faster project loading, using less memory and processing time, utilizing .net framework 4.8

Every single inch modular

Ever wanted to modify right-click instance menu in the room editor? Pair automapping with masks generation, visually edit attributes? We hear you, taking all you know from GMS one step further.

Source control ready

Develop in teams and fear of the merge conflicts not. Simple, efficient project structure allows for painless source control and continuous integration.

Ready?

Visit the manual to get started.

Other projects by us

Built with ❤️ by SimplexEngine development team, 2019. Check our Hall Of Fame

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].