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

Add 0.2 & CoffeJam blogpost #8

Merged
merged 35 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
9216a1c
docs: add 0.2 & coffejam base template
roby2014 May 7, 2024
0de799a
docs: add inheritstrait feature writeup
roby2014 May 7, 2024
3fc9770
docs: fix typos
RiscadoA May 7, 2024
72271ba
docs: add transform gizmo to 0.2 post
DiogoMendonc-a May 13, 2024
0e8287f
docs: fix inherits trait
roby2014 May 13, 2024
b151056
docs: add authors in 0.2
RiscadoA May 15, 2024
fdba51e
docs: add observers to 0.2
RiscadoA May 15, 2024
953a5f4
docs: organize 0.2 content, add some introduction text
RiscadoA May 15, 2024
9fb4dcb
build: add m.images plugin
RiscadoA May 15, 2024
80170ae
docs: add sketch of physics improvements to 0.2 post
fallenatlas May 15, 2024
9b80143
docs: move physics subsection to the engine section in 0.2
RiscadoA May 15, 2024
4e107a1
docs: add coffee n jam content to 0.2
RiscadoA May 15, 2024
58e5ed3
docs: add repeating systems and fixed-step
joaomanita May 16, 2024
67cd967
docs: add serialization changes tl;dr
Dacops May 16, 2024
48bafe5
docs: add modular renderer
tomas7770 May 17, 2024
f287ea6
docs: add subscene importing
May 18, 2024
925e990
docs: add WorldInspector overhaul
diogomsmiranda May 18, 2024
d90b739
docs: improve writing, add links, examples and images
RiscadoA May 19, 2024
8e68163
docs: add next steps
RiscadoA May 19, 2024
3b2a716
docs: fix typos
RiscadoA May 19, 2024
3371e14
docs: fix typos pointed out by @DiogoMendonc-a
RiscadoA May 19, 2024
cf54913
docs: organize 0.2 sections in a better way
RiscadoA May 19, 2024
50d1357
docs: add clearer plugin dependencies section to 0.2
RiscadoA May 19, 2024
df0a1a2
chore: ignore .vscode directory
RiscadoA May 19, 2024
6cfeb4f
feat: add world inspector gif
diogomsmiranda May 19, 2024
6e23cec
docs: add scene editor gif
May 19, 2024
99e8f0c
docs: replace CUBOS. by CUBOS
RiscadoA May 20, 2024
9d5d4ba
docs: add discord link
RiscadoA May 20, 2024
fd01dd8
docs: replace I by we
RiscadoA May 20, 2024
5de0184
docs: change scene editor gif
May 20, 2024
da62889
docs: add new gif and push image to the end
diogomsmiranda May 20, 2024
4902875
docs: add link to scraps vs zombies image
RiscadoA May 20, 2024
9d884c3
docs: change world inspector/scene editor gifs to be 1920x1080
RiscadoA May 21, 2024
9ff4bcc
docs: fix file name
RiscadoA May 21, 2024
8f1114c
docs: update release date
RiscadoA May 21, 2024
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
__pycache__

/.envrc
/.direnv
/.direnv
/.vscode
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# **CUBOS.** Blog
# **CUBOS** Blog

<p align="center">
<a href="https://gamedevtecnico.github.io/cubos-blog">
<img src="content/images/logo.png" alt="CUBOS. Engine logo">
<img src="content/images/logo.png" alt="CUBOS Engine logo">
</a>
</p>

Expand Down
249 changes: 249 additions & 0 deletions content/0-2-and-coffee-n-jam.rst

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions content/first-post.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Hello World
:category: Meta
: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.
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.
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?
Expand Down
Binary file added content/images/complex_physics_sample.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/scene_editor.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/scraps_vs_zombies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/transform_gizmo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/world_inspector.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions pelicanconf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AUTHOR = 'CUBOS. Team'
SITENAME = 'CUBOS.'
AUTHOR = 'CUBOS Team'
SITENAME = 'CUBOS'
SITEURL = ''

PATH = 'content'
Expand Down Expand Up @@ -44,4 +44,4 @@
M_THEME_COLOR = '#22272e'

PLUGIN_PATHS = ['m.css/plugins']
PLUGINS = ['m.htmlsanity', 'm.code']
PLUGINS = ['m.htmlsanity', 'm.code', 'm.images']
Loading