Skip to content

Commit

Permalink
Rename CUBOS. to CUBOS
Browse files Browse the repository at this point in the history
  • Loading branch information
luishfonseca committed Nov 15, 2023
1 parent 04bd7ed commit c06862c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### What is this?

This repository holds the source code for the **CUBOS.** blog, which you [can read here](https://gamedevtecnico.github.io/cubos/). It is built using
This repository holds the source code for the **CUBOS** blog, which you [can read here](https://gamedevtecnico.github.io/cubos/). It is built using
[Pelican](https://blog.getpelican.com/), styled with [m.css](https://mcss.mosra.cz/)
and hosted on [GitHub Pages](https://pages.github.com/). Check out our main repository
[here](https://github.com/GameDevTecnico/cubos).
12 changes: 6 additions & 6 deletions content/first-post.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Hello World

:date: 2023-11-10 10:06:00
:category: Meta
:summary: This is CUBOS.!
:summary: This is CUBOS!

Hello everyone, and welcome to the very first post of the CUBOS. engine blog. This is where we'll be posting updates and information about CUBOS.
Let's start today by talking about what CUBOS. is!
Hello everyone, and welcome to the very first post of the CUBOS engine blog. This is where we'll be posting updates and information about CUBOS.
Let's start today by talking about what CUBOS is!

CUBOS. is an open-source game engine with two core features: everything is made out of voxels, and the engine is built on an entity component system.
CUBOS is an open-source game engine with two core features: everything is made out of voxels, and the engine is built on an entity component system.
You can find the `source right here <https://github.com/GameDevTecnico/cubos>`_.
Up to this point, our work has built a powerful core and an array of plugins that give CUBOS. a lot of the necessary functionalities to make a complete game.
Up to this point, our work has built a powerful core and an array of plugins that give CUBOS a lot of the necessary functionalities to make a complete game.
We have also been working on a suite of tools called Tesseratos that you can plug into any game you're making with CUBOS. to help with development.
It provides, among other things, editors for scenes, entities, palette.

Expand All @@ -20,6 +20,6 @@ Right now, our current goal is to have an engine that can feasibly be used in ga
This means building some important engine plugins that we are missing, such as the physics plugin, and to create more tools to allow swift development, like a transform gizmo so you can move objects around with your mouse.

Thank you for your interest in our engine.
Come with us, as we keep you updated on the devlopments, adventures and trials CUBOS. goes through.
Come with us, as we keep you updated on the devlopments, adventures and trials CUBOS goes through.

See you soon!

0 comments on commit c06862c

Please sign in to comment.