Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
DF_Storyteller
DF Storyteller
Commits
1567dcc7
Commit
1567dcc7
authored
Aug 09, 2020
by
Ralph Bisschops
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mobile device, technologie info
parent
1f053bbc
Pipeline
#175776241
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
df_st_parser/tests/common/mod.rs
df_st_parser/tests/common/mod.rs
+4
-4
docs/become_a_painter.md
docs/become_a_painter.md
+6
-0
No files found.
df_st_parser/tests/common/mod.rs
View file @
1567dcc7
...
...
@@ -72,11 +72,11 @@ pub fn create_empty_database(config: &RootConfig) {
pub
fn
setup_default_db
()
->
RootConfig
{
let
mut
config
=
RootConfig
::
default
();
//
let temp_dir = get_temp_dir();
//
let db_file = temp_dir.path().join("df_st_db.db");
let
temp_dir
=
get_temp_dir
();
let
db_file
=
temp_dir
.path
()
.join
(
"df_st_db.db"
);
let
non_temp_dir
=
get_fixed_dir
(
"/tmp/df_st_tests"
);
let
db_file
=
non_temp_dir
.join
(
"df_st_db.db"
);
//
let non_temp_dir = get_fixed_dir("/tmp/df_st_tests");
//
let db_file = non_temp_dir.join("df_st_db.db");
config
.database.config.db_path
=
Some
(
db_file
.clone
());
...
...
docs/become_a_painter.md
View file @
1567dcc7
...
...
@@ -78,6 +78,12 @@ most cases here. Also UI might not be the best.
*
C++: Just please learn Rust, you don't want to start another C++ project these days, al least not for this, unless you REALLY want to.
*
...
**Mobile development**
: We still recommend using web technologies, but native applications
could also work. This can even work withouts needing to have DF ST working on the mobile device.
This is because to can run DF ST on your computer and just connect to it over LAN.
You can not use it on the go that way, but it can be used until DF ST is working on
mobile devices.
[
^1
]:
You
might have different opinions then I do, and that is good.
If you want to use a language, please do! I just want to help you make the right decision.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment