All Projects → milostosic → rbase

milostosic / rbase

Licence: BSD-2-Clause License
Platform abstraction and utility library

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to rbase

PICO-EC
A tiny scene-entity-component library created for the PICO-8 fantasty console.
Stars: ✭ 37 (+131.25%)
Mutual labels:  gamedev
FNA-VSCode-Template
Template, build tasks, and easy-install scripts for making FNA + Nez games with VSCode
Stars: ✭ 28 (+75%)
Mutual labels:  gamedev
pubsub
Open Source Pub/Sub Messaging Library for Unity
Stars: ✭ 22 (+37.5%)
Mutual labels:  gamedev
SimpleIncremental
A simple Unity project that introduces many of Unity's cooler advanced concepts.
Stars: ✭ 51 (+218.75%)
Mutual labels:  gamedev
awesome-gamejam
This is a curated list that contains helpful links and resources for game jams and game development.
Stars: ✭ 38 (+137.5%)
Mutual labels:  gamedev
rpng
A simple and easy-to-use library to manage png chunks
Stars: ✭ 72 (+350%)
Mutual labels:  gamedev
SimpleTilemap
A fast, easy way to generate runtime tilemaps in Unity
Stars: ✭ 37 (+131.25%)
Mutual labels:  gamedev
YokosukaJS
A functional programming-style beat-em-up game engine written in javascript
Stars: ✭ 18 (+12.5%)
Mutual labels:  gamedev
RamenEngine
A game engine written in SwiftForth.
Stars: ✭ 53 (+231.25%)
Mutual labels:  gamedev
zetaframe
lightweight zig game framework.
Stars: ✭ 14 (-12.5%)
Mutual labels:  gamedev
UnityDebug
A wrapper script for Unity debug calls to use conditional attributes in order to avoid debug code being compiled into release builds.
Stars: ✭ 29 (+81.25%)
Mutual labels:  gamedev
js13k-ecs
A 1kb entity component system, designed for Js13kGames
Stars: ✭ 76 (+375%)
Mutual labels:  gamedev
godot-gameshell
Godot export templates and instructions for the GameShell portable game console and other single-board computers
Stars: ✭ 34 (+112.5%)
Mutual labels:  gamedev
saddy-graphics-engine-2d
Saddy is an open-source crossplatform 2D graphic engine, based on OpenGL, which can be used for creating 2D games. like platformers or RPGs.
Stars: ✭ 51 (+218.75%)
Mutual labels:  gamedev
MMORPGMaker-MV
Plugin to transform RPG Maker MV to MMORPG Maker MV
Stars: ✭ 67 (+318.75%)
Mutual labels:  gamedev
Open2Nord
A Python script that makes connecting to NordVPN servers through OpenVPN GUI a lot easier, and adds extra functionality
Stars: ✭ 22 (+37.5%)
Mutual labels:  gamedev
tuile
Tuile (french for tile) is a 2D graphics engine inspired from old hardware and based on layers, tiles sets, tile maps and sprites. Its scanline rendering pipeline makes it perfect for raster effects.
Stars: ✭ 19 (+18.75%)
Mutual labels:  gamedev
new-ospgl
A space exploration game in OpenGL. Devblog: https://tatjam.github.io/index.html
Stars: ✭ 17 (+6.25%)
Mutual labels:  gamedev
JumpingJax
A 3D platformer with roots in bunnyhopping and portal strategy
Stars: ✭ 18 (+12.5%)
Mutual labels:  gamedev
magnum-integration
Integration libraries for the Magnum C++11/C++14 graphics engine
Stars: ✭ 75 (+368.75%)
Mutual labels:  gamedev

Build Status Build status License

rbase is a platform abstraction and utility library used as foundation for a number of projects.

Source Code

You can get the latest source code by cloning it from github:

  git clone https://github.com/milostosic/rbase.git 

Dependencies

rtm build system scirpts (https://github.com/milostosic/build):

git clone https://github.com/milostosic/build.git

Author

The author of rbase is Milos Tosic

License (BSD 2-clause)

Copyright (c) 2018 Milos Tosic. All rights reserved.

https://github.com/milostosic/rbase

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

   1. Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.

   2. Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
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].