Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a good first post #3

Merged
merged 2 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. 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).
26 changes: 21 additions & 5 deletions content/first-post.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
Sample Post
Hello World
###########

:date: 2023-11-04 20:06:00
:date: 2023-11-10 10:06:00
:category: Meta
:summary: Our first blog post!
:summary: This is CUBOS!

This article has not only cool summary, but also has cool contents. Lorem?
*Ipsum.* `Hi, google! <https://google.com>`_
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.
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.
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.

So, what are we working on?

Right now, our current goal is to have an engine that can feasibly be used in game jams.
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.

See you soon!
Loading