Skip to content

Commit

Permalink
add devices image to blog
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jul 24, 2024
1 parent 62a5513 commit 2017d17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/blog/-2024-07-24-initial-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ author = ["Kai O'Reilly", "Randy O'Reilly"]

Today we are announcing the initial public release of the Cogent Core GUI framework. Cogent Core allows you to build powerful, fast, elegant apps that run on all platforms with a single Go codebase, allowing you to Code Once, Run Everywhere (Core). This blog is an interactive Cogent Core app running on the web using [wasm](https://en.wikipedia.org/wiki/WebAssembly). The same code can run on macOS, Windows, Linux, iOS, Android, and the web through a command line tool that manages all the details for running and building apps for each platform.

![The same Cogent Core app running on many devices using the same code](../media/initial-release/devices.jpg)

*The same Cogent Core app running on many devices using the same code*

Cogent Core is written in [Go](https://go.dev) and inherits many features from this language and its associated ecosystem. Go code is simple and easy to read and write, and it emphasizes a minimalist approach without the extra syntax and boilerplate that clutters other languages.

Here's a simple hello world app in Cogent Core:
Expand Down
Binary file added content/media/initial-release/devices.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2017d17

Please sign in to comment.