CubeSimRS
Rust based Rubik's Cube simulation and solving library (by V-Wong)
atomic-data-rust
Create, share, fetch and model Atomic Data! This project consists of a graph database + server, a CLI and a rust library. (by atomicdata-dev)
Our great sponsors
CubeSimRS | atomic-data-rust | |
---|---|---|
3 | 14 | |
12 | 103 | |
- | 5.8% | |
8.4 | 9.4 | |
7 months ago | 2 days ago | |
Rust | Rust | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
CubeSimRS
Posts with mentions or reviews of CubeSimRS.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-01.
-
What's everyone working on this week (44/2021)?
Been putting further work into my Rubik's Cube solver. Managed to get a basic solver working using some variation of IDA*. Planning to refactor the code and then start optimising to make things go fast.
-
What's everyone working on this week (42/2021)?
Been working quite extensively on my Rubik's Cube simulator and solver. Currently working on optimising my data structures and then eventually to getting a proper solver working.
-
What's everyone working on this week (33/2021)?
Completely new and picked up Rust about 10 days ago. Started by heading straight into a project of making a Rubik's Cube solver while following the Rust book along the side.
atomic-data-rust
Posts with mentions or reviews of atomic-data-rust.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-10.
- A proposed standard for modeling and exchanging linked data
-
The Semantic Web is Dead - Long Live the Semantic Web!
Great read, wholeheartedly agree with your sentiments! We need to combine the vision of a web of linked data with the practicality of JSON. I think you’ll like Atomic Data, a project that I’ve been working on for almost three years now. It’s a modular specification that takes a strict subset of RDF to make it highly compatible with json. I’ve also written quite a bit of docs and some implementations, such as a server (written in rust) and a data browser (similar to notion), as well as a bunch of libraries.
-
Is there an example app that uses Sled database in Rust?
I use sled in Atomic Server. Here's the actual sled usage.
-
What’s everyone working on this week (9/2022)?
Working on Atomic-Server, a graph database / CMS for sharing structured data and schemas. Currently, I’m working on a CRDT implementation - trying to have conflict-free event-sourced version control system. Kind of harder than I thought!
-
Why Decentralization Matters (2021) - Big tech companies were built off the backbone of a free and open internet. Now, they are doing everything they can to make sure no one can compete with them [00:14:25]
So for the past few years, I've been working on a new open specification, called Atomic Data. It takes inspiration from the semantic web, but is far more practical in its design and easier to use. Instead of only writing a spec, I also wrote a server / database, a client (browser GUI), and various libraries - all open source.
-
Build smaller, faster, and more secure desktop applications with a web frontend | Tauri Studio
I've made a Database with a GUI, and Tauri helped me to make the desktop build. It's really promising project. It's very flexible in how you use it - I'm currently using its async runtime to run my Rust Actix server, and using the WebView to render a React app. Being able to easily create a desktop tray icon with actions is pretty cool. I'm really looking forward to Android + iOS support.
-
Publish and deploy semantic contents
I'm currently writing an open source database + server that helps with this process (it creates subject pages, gives you a Gui, serializes to RDF and other formats), called atomic-server. I think using this is currently the fastest way to get linked data deployed to the semantic web!
-
The metaverse could let Silicon Valley track your facial expressions, blood pressure, and your breathing rates — showing exactly why our internet laws need updating
I'll just take this opportunity to promote an open source, decentralised database that I've been working on, called Atomic-Server. It's fast (written in rust), features built in full text search, authorisation, dynamic forms, and it runs on low end hardware. It features a new specification called Atomic Data that combines the best of json, rdf and type safety.
-
What's everyone working on this week (44/2021)?
I'm working on adding authentication to atomic-server, an open source graph database with dynamic, decentralized schema validation.
-
How do I get started on this project?
Anyways, I've been working on a open source server + UI that is both RDF and JSON compatible, which you can use to model ontologies, edit resources and much more. It's called [atomic-server](https://github.com/joepio/atomic-data-rust/blob/master/server/README.md), and you can see a [demo here](https://atomicdata.dev/). I can help you get started if you'd like.
What are some alternatives?
When comparing CubeSimRS and atomic-data-rust you can also consider the following projects:
awesome-wasm-langs - 😎 A curated list of languages that compile directly to or have their VMs in WebAssembly
link-to-notion - Quick add a link to a page within Notion app
rescrobbled - MPRIS music scrobbler daemon
tealr - A wrapper around mlua and rlua to help with embedding teal
pushgen
custom-elements - A CustomElement trait to create Rust/WASM Web Components/Custom Elements easily without writing any JavaScript.
rhyme-es
axum - Ergonomic and modular web framework built with Tokio, Tower, and Hyper
txrx
rust-rocksdb - rust wrapper for rocksdb
youki - A container runtime written in Rust
tealsql - a sqlx wrapper for teal and lua