Git Product home page Git Product logo

mojoc's Introduction

Mojoc Logo

Mojoc v0.7.1

Mojoc is an open-source, cross-platform, pure C game engine. It is based on OpenGLES3 and written in C99. It currently works on IOS and Android, but can easily be extended to other platforms, and will support more platforms in the future.

Architecture

Mojoc Engine Architecture

License

Mojoc is licensed under the MIT License.

Core Idea

Less is more, simple is better, simplify complex ideas.

Features

  • The only programming skill needed is the C99 language.
  • In platform-independent code, Mojoc uses only the standard C library, no dependence on third-party libraries.
  • Mojoc has its own unique coding style.
  • Mojoc uses an extremely lightweight OOC (Object Oriented C) programming model.
  • Mojoc application architecture is based on components, state-machines and message-driven.
  • More feature details.

Published Games

Mojoc has been used for a cross-platform Android and IOS game.

Samples

The samples will show all aspects of the Mojoc features. Each platform will provide native building project for native platform editor. For example: Android provides AndroidStudio project, IOS provides XCode project.

Currently there is only one sample, which is a simplfied version of the published game SuperLittleRed. Please check out the Quick Start guide for how to quickly run this sample.

The compiled and playable apk is here:

SuperLittleRed-Sample

FAQ

Why not C++?

  • There are plenty of C++ game engines, but pure C game engines are much rarer. I don't want to reinvent wheels, I hope to be different.
  • The core idea of the game engine I want to create is to be smaller and simple, which is consistent with the C language.
  • At the beginning, I had an idea of how to build a complex project with pure C language. I want to test the feasibility of the idea, that is Mojoc.
  • The C language is simple but powerful, it can do a lot of interesting things. Why not C?

What is the meaning of the name Mojoc?

Mojoc = Mojo + c

The c stand for the C language.

Who designed the logo and what is its meaning?

I designed it. The logo is an unknown creature made up of "Mojoc" letters.

M : ears  
OO: eyes  
J : body  
C : tail

How was Mojoc was born?

Mojoc started in 2012 as a spare time project. At first, Mojoc used Eclipse + CDT + ADT + NDK for development, and was focused on Android platform.

During the development I experienced a lot of repetition and thinking. For a long time I was not very sure and clear about how to use the C language to simulate OOP and keep it simple and uniform. So I tried a lot of ideas, repeated the proces: wrote code, modified, refactored, changed ideas, deleted code, rewrote it again and so on.

But in the end, I developed a unique rule set, the Mojoc Code Style and Mojoc OOC Model that felt right and nice, then I followed the rules to develop Mojoc.

What kind of games can Mojoc do?

For now, it is not recommended to use Mojoc to make games. To be honest, Mojoc is not yet quite perfect. There are many improvements and refinements left to be made, that I'm currently working on. But Mojoc's code architecture and programming model have already been established.

Therefore Mojoc is very suitable for learning and understanding of how to use the C language to build game engine.

Roadmap

The roadmap shows the direction of Mojoc development.

Graphics Module

  • Create graphics layer compatible with Vulkan, Metal and D3D.
  • Create material system control shaders.
  • Support Primitive Restart and DrawInstance.
  • Support Sampler Objects and Immutable Textures.
  • Support dynamic Multi-Texture Unit rendering.

Extension Module

  • Support bitmap fonts.
  • Support simple unit tests for Mojoc features.

Physics Module

  • Support motion simulation after rigid body collision.
  • Support mutual restriction and linkage between rigid bodies.
  • Support more physical motion simulations.

Toolkit Module

  • Generic iteration interface, it's a step-by-step calculation that can be driven by coroutine.
  • Memory management strategy for many to one.
  • Plug-in function extensions.
  • More algorithm implementation.

Other Modules

  • Create UI module.
  • Create network module.

Others

  • Game editor implemented with Mojoc itself.
  • Game script language "MojoScript", implemented with the C language and Toolkit module.

Support

  • Play Mojoc Published Games.
  • Star & Issue & Fork on GitHub, or share Mojoc project to anyone.
  • If the source code is useful or helpful for you, maybe buy me a coffee via Sponsor Button.

mojoc's People

Contributors

scottcgi avatar ranjian0 avatar drummyfish avatar timgates42 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.