All Projects → dbartolini → Crown

dbartolini / Crown

Licence: mit
The flexible game engine.

Programming Languages

c
50402 projects - #5 most used programming language
lua
6591 projects

Projects that are alternatives of or similar to Crown

Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (-50.38%)
Mutual labels:  game-development, game-engine, gamedev
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 (-41.44%)
Mutual labels:  game-development, game-engine, gamedev
Engine
Fast and lightweight JavaScript game engine built on WebGL and glTF
Stars: ✭ 6,890 (+421.97%)
Mutual labels:  game-development, game-engine, gamedev
Entitas Csharp
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Stars: ✭ 5,393 (+308.56%)
Mutual labels:  game-development, game-engine, gamedev
Evennia
Python MUD/MUX/MUSH/MU* development system
Stars: ✭ 1,309 (-0.83%)
Mutual labels:  game-development, game-engine, gamedev
Entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
Stars: ✭ 6,017 (+355.83%)
Mutual labels:  game-development, game-engine, gamedev
Coffee
An opinionated 2D game engine for Rust
Stars: ✭ 771 (-41.59%)
Mutual labels:  game-development, game-engine, gamedev
Vortice.windows
.NET standard bindings for DirectX, WIC, Direct2D1, XInput, XAudio and X3DAudio
Stars: ✭ 427 (-67.65%)
Mutual labels:  game-development, game-engine, gamedev
Simpleton Engine
What a stupid name for a library
Stars: ✭ 42 (-96.82%)
Mutual labels:  game-development, game-engine, gamedev
Excalibur
🎮 An easy to use 2D HTML5 game engine written in TypeScript
Stars: ✭ 892 (-32.42%)
Mutual labels:  game-development, game-engine, gamedev
Luxe Alpha
luxe alpha - deprecated, unrelated to the new engine! see the readme or website for details - https://luxeengine.com/
Stars: ✭ 559 (-57.65%)
Mutual labels:  game-development, game-engine, gamedev
Magictools
🎮 📝 A list of Game Development resources to make magic happen.
Stars: ✭ 8,853 (+570.68%)
Mutual labels:  game-development, game-engine, gamedev
Anything about game
A wonderful list of Game Development resources.
Stars: ✭ 541 (-59.02%)
Mutual labels:  game-development, game-engine, gamedev
Grid Sdk
The Grid SDK - Game engine for Lua
Stars: ✭ 612 (-53.64%)
Mutual labels:  game-development, game-engine, gamedev
Tetra
🎮 A simple 2D game framework written in Rust
Stars: ✭ 492 (-62.73%)
Mutual labels:  game-development, game-engine, gamedev
Qengine
Retro game engine for developers that enjoy creating games like it's 1997.
Stars: ✭ 763 (-42.2%)
Mutual labels:  game-development, game-engine, gamedev
Etengine
Realtime 3D Game-Engine with a focus on space sim. Written in C++ 14
Stars: ✭ 408 (-69.09%)
Mutual labels:  data-driven, game-development, game-engine
Rizz
Small C game development framework
Stars: ✭ 428 (-67.58%)
Mutual labels:  game-development, game-engine, gamedev
Awesome Gideros
A curated list of awesome Gideros resources, classes and tips.
Stars: ✭ 17 (-98.71%)
Mutual labels:  game-development, game-engine, gamedev
Pyxel
A retro game engine for Python
Stars: ✭ 9,133 (+591.89%)
Mutual labels:  game-development, game-engine, gamedev

The flexible game engine. Build Status

Crown is a general purpose and data-driven game engine, written in orthodox C++ with a minimalistic and data-oriented design philosophy in mind.

Crown isn't tied to a particular game type or genre but instead it offers a set of generic primitives and facilities to help you create a wide gamut of interactive 2D and 3D products.

Check out the Introduction for more info.

Download

Binaries

Arch Linux (AUR)

yay -S crown

Documentation

Community Support & Development

Screenshots

Level Editor

level-editor

00-empty

Engine initialization and shutdown.

01-physics

01-physics

02-animation

02-animation

Contact

Daniele Bartolini (@aa_dani_bart)
Project page: https://github.com/dbartolini/crown

Contributors

In chronological order.

Daniele Bartolini (@dbartolini)
Simone Boscaratto (@Xed89)
Michele Rossi (@mikymod)
Michela Iacchelli - Pepper logo.
Raphael de Vasconcelos Nascimento (@vasconssa)
Giulia Gazzoli - Crown logo.

License

Copyright (c) 2012-2021 Daniele Bartolini et al.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
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].