Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
skiko
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liuqiang
skiko
Commits
3848140b
Unverified
Commit
3848140b
authored
Aug 27, 2020
by
Nikolay Igotti
Committed by
GitHub
Aug 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
Tweaks.
parent
da259ad4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
README.md
README.md
+3
-6
No files found.
README.md
View file @
3848140b
...
...
@@ -4,7 +4,7 @@
Skiko (short for Skia for Kotlin) is the graphical library exposing significant part
of
[
Skia library
](
https://skia.org
)
APIs to Kotlin, along with the gluing code for rendering context.
At the moment, Linux
x86_64, Windows x86_64 and macOS x86_64 builds for Kotlin/JVM ara
available.
At the moment, Linux
(x86_64), Windows(x86_64) and macOS(x86_64) builds for Kotlin/JVM are
available.
Using the library from Kotlin is as simple as:
```
kotlin
fun
main
(
args
:
Array
<
String
>)
{
...
...
@@ -50,15 +50,12 @@ if (os == "Mac OS X") {
}
dependencies
{
implementation
platform
(
'org.jetbrains.kotlin:kotlin-bom'
)
implementation
'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
implementation
"org.jetbrains.skiko:skiko-jvm-runtime-$target:0.1.5"
testImplementation
'org.jetbrains.kotlin:kotlin-test'
testImplementation
'org.jetbrains.kotlin:kotlin-test-junit'
}
application
{
mainClassName
=
'
SkijaInjectSample.
AppKt'
mainClassName
=
'AppKt'
}
```
...
...
@@ -97,4 +94,4 @@ Control Panel|All Control Panel Items|System|Advanced system settings|Environmen
or by running
`cmd`
as administrator:
```
setx /M SKIKO_VSBT_PATH "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools"
```
\ No newline at end of file
```
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