Atom and C++

Reading time ~1 minute

Atom screenshot Atom screenshot
Atom screenshots

Just in case someone thinks that modern webview-based apps like

1
Atom
are just not meant to do some things and that you can only code C++ in Visual Studio vim.

Atom has packages for a lot of things: linters, build systems, syntax highlighting, autocomplete, you name it. And even there is a lack of some specific thing, there are some generic plugins that allow you easily write your own support for something missing. All you need is javascript (:

The screenshot is showing

1
cuberite
project, that uses
1
cmake
and
1
lua
to implement open source minecraft server with pluggable pieces. Two windows are shown, one for C++, and one for Moonscript - just to demonstrate consistency and awesomeness between various languages in the same project.

Using

1
autocomplete-clang
,
1
linter-clang
and
1
language-moonscript
atom packages.

Mapbox Studio

Just a brief Mapbox awesomeness post. Continue reading

Nodepad

Published on January 11, 2016

Zanzarah - the first steps

Published on June 13, 2015