A vector graphics framework for Pharo programming environment.
Questions tagged [athens]
7 questions
8
votes
1 answer
What exactly is Athens?
While i have already played with Athens (see PharoBoids) and liked it, i still miss the exact point about what it is.
I came up with these two diagrams (see below) by myself. Are they correct? And also there are the corresponding Canvas classes.…

MartinW
- 4,966
- 2
- 24
- 60
6
votes
1 answer
In AthensTutorial where canvas comes from?
I was doing the AthensTutorial , I understand the first step
surface := AthensCairoSurface extent: self extent asIntegerPoint.
and then step 2 is
surface drawDuring: [:canvas |
"First, we clear the surface"
surface clear.
"we can use
surface…

Kilon
- 1,962
- 3
- 16
- 23
5
votes
1 answer
How to create lines with Athens?
I have no clue how to create lines with Athens. I took a look at Cairo docs but I cant see how Athens is related to Cairo.
http://zetcode.com/gfx/cairo/basicdrawing/
In the above link I cant find any equivalent for cairo_set_line_width(cr, 1); I…

Kilon
- 1,962
- 3
- 16
- 23
3
votes
2 answers
How to generate a list of dates on AWS Athena
I need to generate a list of dates between two dates start date and end date here I need from 1/1/2022 to the end of the year on AWS Athena without creating table I need only query view
the output should be:
|date|
|--|
|1/1/2022 |
|2/1/2022…

ahmed essam
- 41
- 3
1
vote
0 answers
Gomod athens unable to download private repo dependency getting 404 not found in gitlab pipelines
original error:
go: downloading gitlab.ea.com/group/repo v1.0.0
tools/buildhelper/main.go:20:2: gitlab.ea.com/group/repo@v1.0.0: reading…

goyalsaransh002
- 15
- 2
1
vote
1 answer
How to fix StrikeFont»doesNotUnderstand: #glyphRendererOn: when rendering text in Roassal 2 on Pharo 3
When you load Roassal 2 on Pharo 3 and try anything that involves text rendering, you get the following error message:
StrikeFont»doesNotUnderstand: #glyphRendererOn:
I could find some advice in the forums, that you have to
enable True Type…

MartinW
- 4,966
- 2
- 24
- 60
0
votes
1 answer
Failed to authenticate to private module with Athens (Go module proxy)
I was testing Athens with docker in my local, trying to setup the authentication so that Athens is able to access to company's private module. I followed the guide here and the command go get github.com/SomeCompany/someprivatemodule successfully…

Roy Gao
- 1
- 2